From: Behnam Esfahbod Date: Thu, 31 Aug 2017 00:13:49 +0000 (-0700) Subject: [src/doc/book] Update 03-09-external-tools.md from external-tools.md X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~71^2~15 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=ae7889aa76f67cd27fbebd167c7dd6e8d506f050;p=cargo.git [src/doc/book] Update 03-09-external-tools.md from external-tools.md --- diff --git a/src/doc/MIGRATION_MAP b/src/doc/MIGRATION_MAP index 354543bf9..47f707928 100644 --- a/src/doc/MIGRATION_MAP +++ b/src/doc/MIGRATION_MAP @@ -2,7 +2,7 @@ build-script.md book/src/03-05-build-scripts.md config.md book/src/03-03-config.md crates-io.md book/src/03-06-crates-io.md environment-variables.md book/src/03-04-environment-variables.md -external-tools.md +external-tools.md book/src/03-09-external-tools.md faq.md guide.md index.md diff --git a/src/doc/book/src/03-09-external-tools.md b/src/doc/book/src/03-09-external-tools.md index 125016d01..38ae530b4 100644 --- a/src/doc/book/src/03-09-external-tools.md +++ b/src/doc/book/src/03-09-external-tools.md @@ -69,7 +69,7 @@ If you are using Rust, there is [cargo_metadata] crate. ### Information about build -When passing `--message=format=json`, Cargo will output the following +When passing `--message-format=json`, Cargo will output the following information during the build: * compiler errors and warnings, diff --git a/src/doc/external-tools.md b/src/doc/external-tools.md index 99f9fde6a..d45e4cf64 100644 --- a/src/doc/external-tools.md +++ b/src/doc/external-tools.md @@ -14,7 +14,6 @@ facilities: # Information about project structure - You can use `cargo metadata` command to get information about project structure and dependencies. The output of the command looks like this: